error
Logs an ERROR
message.
Parameters
message
the message to log
Logs an ERROR
message with the given arguments.
Parameters
message
the message to log
arguments
the array of arguments to the message
Logs an ERROR
message with the given exception.
Parameters
message
the message to log
exception
the Throwable
associated with the log message
Logs an ERROR
message with the given exception and a lazy calculated parameter.
Parameters
message
the message to log
exception
the Throwable
associated with the log message
parameter Supplier
a function, which when called, produces the desired log message parameter
Logs an ERROR
message with the given exception and arguments.
Parameters
message
the message to log
exception
the Throwable
associated with the log message
arguments
the array of arguments to the message